FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/WebTemplate

Packageopenehr.base
Resource TypeStructureDefinition
IdWebTemplate
FHIR VersionR5
Sourcehttp://openehr.org/fhir/https://build.fhir.org/ig/FHIR/openehr-base-ig/StructureDefinition-WebTemplate.html
URLhttp://openehr.org/fhir/StructureDefinition/WebTemplate
Version0.1.0
Statusactive
Date2025-02-08T18:45:58+10:00
NameWebTemplate
TitleWebTemplate
Realmuv
Authorityhl7
Typehttp://openehr.org/fhir/StructureDefinition/WebTemplate
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
WebTemplateItemWebTemplateItem

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition WebTemplate

NameFlagsCard.TypeDescription & Constraintsdoco
.. WebTemplate 0..*BaseThe grouping variant of ITEM, which may contain further instances of ITEM, in an ordered list
Instances of this logical model can be the target of a Reference
... templateId 1..1stringOperational template ID
... version 1..1stringWeb template structure version
... semver 0..1stringThe semantic version number of the openEHR template
... defaultLanguage 1..1stringDefault labels for fields will be in this language
... languages 0..*stringArray of additional languages. Labels for fields and coded texts will also be available in these additional languages, provided that the operational template has them
... tree 1..1WebTemplateItemHierarchical structure of nodes each one potentially having further children

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "WebTemplate",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/json-suppress-resourcetype",
      "valueBoolean": true
    },
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/logical-target",
      "valueBoolean": true
    },
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/ig-load-as-resource",
      "valueBoolean": true
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://openehr.org/fhir/ImplementationGuide/openehr.base"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://openehr.org/fhir/ImplementationGuide/openehr.base"
          }
        ]
      }
    }
  ],
  "url": "http://openehr.org/fhir/StructureDefinition/WebTemplate",
  "version": "0.1.0",
  "name": "WebTemplate",
  "title": "WebTemplate",
  "status": "active",
  "experimental": false,
  "date": "2025-02-08T18:45:58+10:00",
  "publisher": "openEHR + HL7",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.openehr.org"
        }
      ]
    }
  ],
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "http://openehr.org/fhir/StructureDefinition/WebTemplate",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "5.0.0"
      }
    ],
    "element": [
      {
        "id": "WebTemplate",
        "path": "WebTemplate",
        "short": "The grouping variant of ITEM, which may contain further instances of ITEM, in an ordered list",
        "definition": "The grouping variant of ITEM, which may contain further instances of ITEM, in an ordered list.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "WebTemplate.templateId",
        "extension": [
          {
            "url": "http://hl7.org/fhir/tools/StructureDefinition/ig-use-as-resource-id",
            "valueBoolean": true
          }
        ],
        "path": "WebTemplate.templateId",
        "short": "Operational template ID",
        "min": 1,
        "max": "1",
        "base": {
          "path": "WebTemplate.templateId",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "WebTemplate.version",
        "path": "WebTemplate.version",
        "short": "Web template structure version",
        "min": 1,
        "max": "1",
        "base": {
          "path": "WebTemplate.version",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "WebTemplate.semver",
        "path": "WebTemplate.semver",
        "short": "The semantic version number of the openEHR template",
        "min": 0,
        "max": "1",
        "base": {
          "path": "WebTemplate.semver",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "WebTemplate.defaultLanguage",
        "path": "WebTemplate.defaultLanguage",
        "short": "Default labels for fields will be in this language",
        "min": 1,
        "max": "1",
        "base": {
          "path": "WebTemplate.defaultLanguage",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "WebTemplate.languages",
        "path": "WebTemplate.languages",
        "short": "Array of additional languages. Labels for fields and coded texts will also be available in these additional languages, provided that the operational template has them",
        "min": 0,
        "max": "*",
        "base": {
          "path": "WebTemplate.languages",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "WebTemplate.tree",
        "path": "WebTemplate.tree",
        "short": "Hierarchical structure of nodes each one potentially having further children",
        "min": 1,
        "max": "1",
        "base": {
          "path": "WebTemplate.tree",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/WebTemplateItem"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "WebTemplate",
        "path": "WebTemplate",
        "short": "The grouping variant of ITEM, which may contain further instances of ITEM, in an ordered list",
        "definition": "The grouping variant of ITEM, which may contain further instances of ITEM, in an ordered list.",
        "min": 0,
        "max": "*",
        "isModifier": false
      },
      {
        "id": "WebTemplate.templateId",
        "extension": [
          {
            "url": "http://hl7.org/fhir/tools/StructureDefinition/ig-use-as-resource-id",
            "valueBoolean": true
          }
        ],
        "path": "WebTemplate.templateId",
        "short": "Operational template ID",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "WebTemplate.version",
        "path": "WebTemplate.version",
        "short": "Web template structure version",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "WebTemplate.semver",
        "path": "WebTemplate.semver",
        "short": "The semantic version number of the openEHR template",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "WebTemplate.defaultLanguage",
        "path": "WebTemplate.defaultLanguage",
        "short": "Default labels for fields will be in this language",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "WebTemplate.languages",
        "path": "WebTemplate.languages",
        "short": "Array of additional languages. Labels for fields and coded texts will also be available in these additional languages, provided that the operational template has them",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "WebTemplate.tree",
        "path": "WebTemplate.tree",
        "short": "Hierarchical structure of nodes each one potentially having further children",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/WebTemplateItem"
          }
        ]
      }
    ]
  }
}